Setup Type: Windows Installer (Delivered as an EXE)
Deployment Method Used: Vendor Provided Command Line (answer file driven)
Deployment Difficulty:
unspecified
Platform(s): Windows
run(@WorkingDir&"\"&"Software.exe" & " " & "/s" & " " &"/F1"&@WorkingDir&"\"&"response.iss")
winwait("Microsoft Visual C++ 2005 SP1 Redistributable Package (x86)","No")
IF NOT WinActivate(… Read More